Autogenerated HTML docs for v1.7.6-178-g55272
diff --git a/git-commit.html b/git-commit.html index e44f205..e597767 100644 --- a/git-commit.html +++ b/git-commit.html
@@ -949,7 +949,7 @@ your working tree are temporarily stored to a staging area called the "index" with <em>git add</em>. A file can be reverted back, only in the index but not in the working tree, -to that of the last commit with <tt>git reset HEAD — <file></tt>, +to that of the last commit with <tt>git reset HEAD -- <file></tt>, which effectively reverts <em>git add</em> and prevents the changes to this file from participating in the next commit. After building the state to be committed incrementally with these commands, @@ -1134,7 +1134,7 @@ </div> <div id="footer"> <div id="footer-text"> -Last updated 2011-05-17 06:42:42 UTC +Last updated 2011-07-13 23:50:41 UTC </div> </div> </body>